Map

---
title: "US Wildfire"
output: 
  flexdashboard::flex_dashboard:
    orientation: rows
    social: menu
    source_code: embed
    vertical_layout: fill
---

```{r setup, include=FALSE}
library(flexdashboard)

load("./data/us_wildfire_map.RData")
```

Map
===================================== 

```{r map}
m
```